index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netatalk
/
at_control.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
Lock up ifaddr reference counts.
hsu
2002-12-18
1
-11
/
+2
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-1
/
+1
*
KSE Milestone 2
julian
2001-09-12
1
-2
/
+2
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-2
/
+1
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
1
-1
/
+2
*
Suser() simplification:
phk
1999-04-27
1
-1
/
+1
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-2
/
+2
*
Typo fix: teh --> (the|they)
alex
1998-07-30
1
-1
/
+1
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-1
/
+1
*
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
des
1998-04-17
1
-1
/
+1
*
Eradicate the variable "time" from the kernel, using various measures.
phk
1998-03-30
1
-4
/
+4
*
Fix various problems with netatalk kernel support.
julian
1997-10-29
1
-4
/
+4
*
Update for new callout interface.
gibbs
1997-09-21
1
-1
/
+1
*
Removed unused #includes.
bde
1997-09-07
1
-6
/
+0
*
Fixed sloppy common-style declarations.
bde
1997-09-07
1
-0
/
+2
*
Added used #include - don't depend on <sys/mbuf.h> including
bde
1997-09-02
1
-0
/
+1
*
Add a per-interface-address pointer to a function that can be supplied
julian
1997-08-28
1
-1
/
+43
*
First cut at patches to make appletalk compile again
julian
1997-05-13
1
-1
/
+2
*
Fixed the type of timeout functions and removed casts that hid the
bde
1997-04-20
1
-1
/
+1
*
Don't include <sys/ioctl.h> in the kernel. Stage 2: include
bde
1997-03-24
1
-1
/
+1
*
Convert the interface address and IP interface address structures
wollman
1996-12-13
1
-27
/
+8
*
bzero the entire at_ifaddr struct we malloc, not just the first part of it..
julian
1996-09-11
1
-1
/
+1
*
chnages to bring atlak a bit more into the BSD4.4 world and to
julian
1996-09-11
1
-19
/
+33
*
Updated #includes to 4.4Lite style.
bde
1996-09-10
1
-4
/
+4
*
allow a new loopback route to overwrite an old one..
julian
1996-09-03
1
-5
/
+10
*
wow we can even make net ranges go away now (how sophisticated!)
julian
1996-08-31
1
-55
/
+44
*
Add code to automaticall support subnets on ethertalk networks
julian
1996-08-31
1
-98
/
+56
*
Massively COMMENT at_control.c
julian
1996-08-29
1
-41
/
+263
*
fix a broken atalk stack..
julian
1996-08-19
1
-3
/
+16
*
Submitted by: archie@whistle.com
julian
1996-07-23
1
-10
/
+11
*
Submitted by: archie@whistle.com
julian
1996-07-23
1
-197
/
+235
*
Obtained from: netatalk distribution netatalk@itd.umich.edu
julian
1996-05-24
1
-0
/
+614