aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Generate skel.c at build time.Dmitrij Tejblum1999-11-202-1550/+4
* Allow NULL for startp and/or countp in bus_get_resource() so that you canPeter Wemm1999-11-204-8/+16
* Add (FILE *) locking.Dmitrij Tejblum1999-11-201-0/+9
* Make __sfp() (FILE allocator) thread-safe: added locking like in malloc().Dmitrij Tejblum1999-11-201-0/+11
* Get rid of calls to vfinddev() by ripping out code for vnode typePoul-Henning Kamp1999-11-201-26/+0
* Get rid of calls to vfinddev() by doing like specfs.Poul-Henning Kamp1999-11-201-15/+7
* Don't compile NETGRAPH out of ppp for the release crunchBrian Somers1999-11-201-3/+3
* Add options NETGRAPH, NETGRAPH_PPPOE and NETGRAPH_SOCKETBrian Somers1999-11-205-0/+15
* struct mountlist and struct mount.mnt_list have no business beingPoul-Henning Kamp1999-11-2020-79/+71
* Back out the botched attempt to update to gnu grep 2.3 (lots of historyPeter Wemm1999-11-2021-230/+7886
* I forgot to remove the "NCARD == 0" hacks that kept this driverMatthew N. Dodd1999-11-202-8/+0
* Latest incremental efforts on newcard:Warner Losh1999-11-203-53/+89
* Kill unneeded #includes. They were left over from the short period ofWarner Losh1999-11-202-10/+0
* Kill unneeded includesWarner Losh1999-11-203-8/+0
* Vnode was left referenced in the case if ELF image is broken.Boris Popov1999-11-201-1/+3
* mkstemps() has been brought into 3-STABLE, so this isn't needed hereDavid E. O'Brien1999-11-201-3/+0
* Remove the `sysctl' get osversion hack. There are issues with cross-hostingDavid E. O'Brien1999-11-201-4/+0
* Fix HISTORY - the copyright header on the file of the GCC version wasDavid E. O'Brien1999-11-201-4/+4
* Conditionalise unwanted chattyness.Jordan K. Hubbard1999-11-191-1/+2
* Update the time delta of the first item in TimerList beforeBrian Somers1999-11-191-1/+8
* Optimize two cases in the MP locking code. First, it is not necessaryMatthew Dillon1999-11-191-3/+2
* Use LIST_FOREACH to traverse the allproc list.Poul-Henning Kamp1999-11-193-8/+7
* The at_exit and at_fork functions currently use a 'roll your own'Poul-Henning Kamp1999-11-194-69/+54
* Revert previous commit now that 'acfcomp' has been removed fromArchie Cobbs1999-11-191-1/+0
* Add a field archie forgot to merge in from out sources.Julian Elischer1999-11-191-1/+2
* Add to the HISTORY.David E. O'Brien1999-11-191-1/+9
* Optimize two cases in the MP locking code. First, it is not necessaryMatthew Dillon1999-11-199-125/+85
* Properly attribute interrupt time on alpha. Previously, interrupt timeAndrew Gallatin1999-11-193-5/+6
* Make the event creation workNick Hibma1999-11-191-16/+26
* Add share/examples/netgraph.Ollivier Robert1999-11-191-0/+2
* The "acfcomp" field is not in the structure anymore. There may be a betterOllivier Robert1999-11-191-1/+0
* fix braino.. line misplaced.Julian Elischer1999-11-193-3/+3
* Loose ad_sleep, its of no use anymore.Søren Schmidt1999-11-191-13/+0
* Rename es1370.c to es137x.c and merge in the patches to supportRoger Hardiman1999-11-192-34/+780
* Add an example of how to run raw IP across a sync port.Julian Elischer1999-11-191-0/+16
* Add an example of how to set up a frame relay link using netgraph andJulian Elischer1999-11-191-0/+46
* Module name is cardbus, not pccard.Warner Losh1999-11-191-1/+1
* Use 'struct ng_xxx_private' instead of 'struct private' to help gdbArchie Cobbs1999-11-191-2/+2
* Fix bug where hook pointers were not getting updated on disconnection.Archie Cobbs1999-11-192-8/+38
* Move misplaced #define.Archie Cobbs1999-11-191-1/+3
* Add some safety using KASSERT() and splnet().Archie Cobbs1999-11-191-12/+18
* Use KASSERT() instead of old #ifdef DIAGNOSTICS.Archie Cobbs1999-11-191-14/+22
* protect some more operations with splimp() under Netgraph.Julian Elischer1999-11-196-18/+18
* In revision 1.21 I changed the search order for shared libraries,John Polstra1999-11-191-1/+1
* Update references.Archie Cobbs1999-11-192-24/+32
* Miscellaneous edits.Archie Cobbs1999-11-193-63/+75
* Add reference to ng_pppoe(8).Archie Cobbs1999-11-193-0/+3
* Update to reflect changed functionality.Archie Cobbs1999-11-193-66/+72
* Remove the address and control field compression functionality of thisArchie Cobbs1999-11-192-33/+16
* Rename 'struct private' to 'struct ng_xxx_private' to allow gdbArchie Cobbs1999-11-192-4/+4