index
:
gnumach.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
device
/
net_io.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove machine/machspl.h as it duplicates machine/spl.h
LD
2024-03-09
1
-2
/
+2
*
net_io: Fix long / int confusion
Samuel Thibault
2023-08-08
1
-5
/
+5
*
Improve portability for device/net_io.c and use designated initializers
Flavio Cruz
2023-05-05
1
-15
/
+17
*
slock: Fix initialization of statically-allocated slocks
Samuel Thibault
2023-02-08
1
-4
/
+4
*
Remove existing old style definitions and use -Wold-style-definition.
Flavio Cruz
2023-01-19
1
-18
/
+14
*
Fix some warnings with -Wmissing-prototypes.
Flavio Cruz
2022-12-27
1
-6
/
+6
*
Use -Wstrict-prototypes and fix warnings
Flavio Cruz
2022-12-21
1
-1
/
+1
*
Fix dev_ops types
Samuel Thibault
2018-07-28
1
-1
/
+1
*
Stack the slab allocator directly on top of the physical allocator
Richard Braun
2016-02-02
1
-2
/
+2
*
kern: make sure the queue macros are only used on queues
Justus Winter
2015-07-11
1
-1
/
+1
*
device: Fix typos in comments (found by codespell)
Stefan Weil
2015-01-02
1
-1
/
+1
*
device: fix net_rcv_msg-messages
Justus Winter
2014-06-11
1
-0
/
+1
*
Convert from K&R to ANSI
Marin Ramesa
2014-04-04
1
-55
/
+54
*
Remove duplicate typedef
Samuel Thibault
2014-02-05
1
-4
/
+0
*
Mark functions that don't return with attribute noreturn
Marin Ramesa
2013-12-17
1
-1
/
+1
*
device: qualify pointers whose dereferenced values are constant with const
Marin Ramesa
2013-12-17
1
-7
/
+7
*
Declare void argument lists
Marin Ramesa
2013-12-15
1
-4
/
+4
*
device/net_io.c: remove forward declarations
Marin Ramesa
2013-12-10
1
-38
/
+0
*
device/net_io.c: initialize hash_entp to NULL
Marin Ramesa
2013-12-05
1
-1
/
+8
*
remove register qualifiers
Marin Ramesa
2013-11-10
1
-51
/
+51
*
Fix int/long discrepancy
Samuel Thibault
2013-06-29
1
-7
/
+7
*
Use unsigned long for addresses and sizes
Samuel Thibault
2012-03-09
1
-3
/
+3
*
Adjust the kernel to use the slab allocator
Richard Braun
2011-12-17
1
-19
/
+13
*
Always initialize A and X variables in BPF code
Guillem Jover
2011-08-27
1
-2
/
+1
*
Fix warning
Samuel Thibault
2009-10-25
1
-1
/
+1
*
Apply patch #6851: fix a bug in BPF
Zheng Da
2009-10-14
1
-1
/
+4
*
2008-07-20 Samuel Thibault <samuel.thibault@ens-lyon.org>
Samuel Thibault
2009-06-18
1
-2
/
+2
*
2008-07-20 Samuel Thibault <samuel.thibault@ens-lyon.org>
Samuel Thibault
2009-06-18
1
-2
/
+2
*
2008-07-20 Samuel Thibault <samuel.thibault@ens-lyon.org>
Samuel Thibault
2009-06-18
1
-0
/
+30
*
net_filter is actually interrupt-safe
Samuel Thibault
2009-06-18
1
-1
/
+1
*
2007-03-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
Samuel Thibault
2009-06-18
1
-1
/
+1
*
2006-12-30 Richard Braun <syn@hurdfr.org>
Samuel Thibault
2009-06-18
1
-0
/
+2
*
2006-11-14 Barry deFreese <bddebian@comcast.net>
Samuel Thibault
2009-06-18
1
-0
/
+3
*
2006-11-11 Samuel Thibault <samuel.thibault@ens-lyon.org>
Samuel Thibault
2009-06-18
1
-1
/
+0
*
2006-11-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
Samuel Thibault
2009-06-18
1
-1
/
+1
*
2006-11-09 Barry deFreese <bddebian@comcast.net>
Samuel Thibault
2009-06-18
1
-1
/
+2
*
2006-11-07 Barry deFreese <bddebian@comcast.net>
Samuel Thibault
2009-06-18
1
-0
/
+1
*
2006-11-05 Barry deFreese <bddebian@comcast.net>
Samuel Thibault
2009-06-18
1
-11
/
+10
*
2006-10-15 Thomas Schwinge <tschwinge@gnu.org>
Thomas Schwinge
2009-06-18
1
-2
/
+0
*
2006-05-14 Roland McGrath <roland@frob.com>
Thomas Schwinge
2009-06-18
1
-4
/
+0
*
2006-04-27 Richard Braun <syn@hurdfr.org>
Thomas Schwinge
2009-06-18
1
-171
/
+236
*
2006-03-20 Thomas Schwinge <tschwinge@gnu.org>
Thomas Schwinge
2009-06-18
1
-11
/
+0
*
2006-03-19 Thomas Schwinge <tschwinge@gnu.org>
Thomas Schwinge
2009-06-18
1
-57
/
+0
*
2001-04-04 Roland McGrath <roland@frob.com>
Roland McGrath
2001-04-05
1
-1
/
+1
*
Initial source
Thomas Bushnell
1997-02-25
1
-0
/
+2168