summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-05-13turn layer fs back on. nullfs at least is very solid, and union isn't tooTed Unangst
2003-05-13move ethernet protocol type defs into sys/net/, as it is not just for ethernetJun-ichiro itojun Hagino
2003-05-13Disable krb524.Hans Insulander
2003-05-13krb4 bye byeHans Insulander
2003-05-13krb4 bye byeHans Insulander
2003-05-13Don't mention krb4.Magnus Holmberg
2003-05-13The current solution to handle the protection fault trap is notArtur Grabowski
2003-05-13Don't clean files that are in the repo.Hans Insulander
2003-05-13Merge with heimdal-0.6Hans Insulander
2003-05-13Import of heimdal-0.6, released earlier today.Hans Insulander
2003-05-13Import of heimdal-0.6, released earlier today.Hans Insulander
2003-05-13asn1_compile now lives in src/usr.binHans Insulander
2003-05-13do reclaim LAYER vnodes, no good reason not toTed Unangst
2003-05-13corrected the pointer value for ifp nd6_rtmsgJun-ichiro itojun Hagino
2003-05-13Kill a bunch more commons (very few left =)Jason Wright
2003-05-13kill a stupid warningJason Wright
2003-05-13repair damage after layer fs changesTed Unangst
2003-05-13nuke curproc common (yes this will need revisiting in smp land, but whatJason Wright
2003-05-13Sync valid username check w/ user(1). Patch from Brian Poole,Todd C. Miller
2003-05-13Don't allow usernames to begin with a dash since pwd_mkdb(8)Todd C. Miller
2003-05-13nuke common: ifnet_addrsJason Wright
2003-05-13Don't report devices with incomplete implementations as OFFLINE.Kenneth R Westerback
2003-05-12update for mount args changeTed Unangst
2003-05-12update for mount args changesTed Unangst
2003-05-12mapdata -> umapdata like it was beforeTed Unangst
2003-05-12ansify functions, eliminating prototype declaration warnings; ok deraadt@Jason Peel
2003-05-12- TCP window scaling is not applied to the SYNs' window so we must retract theMike Frantzen
2003-05-12Quoting Theo: Do not approve diffs when you're hungover.Artur Grabowski
2003-05-12use snprintf. ok mickeyTed Unangst
2003-05-12syncHenning Brauer
2003-05-12fix oversight in the CNET CNF301 recordHenning Brauer
2003-05-12Add comment about special (non-index) PFTM_* values.Daniel Hartmeier
2003-05-12Fix a bug where pkg_add would fail when dependencies got a few levels deepPeter Valchev
2003-05-12sprintf -> snprintf. ok krw@ deraadt@Ted Unangst
2003-05-12Update with some data for NAT-T specific payload types, IKEv2Hakan Olsson
2003-05-12fix up locking and some issues with union. derived from netbsdTed Unangst
2003-05-12AES -> AES_128_CBCHakan Olsson
2003-05-12Add two more encapsulation types (UDP encap, potential future NAT-T)Hakan Olsson
2003-05-12add s_strl{cat,cpy} prototypes; ok tedu@Jason Peel
2003-05-12new files for layer fs if nullfs | umapfsTed Unangst
2003-05-12{null,umap}_v* are now named after the file system option:Ted Unangst
2003-05-12replaced by layer_subr.cTed Unangst
2003-05-12umapfs uses the new layer stuff now too.Ted Unangst
2003-05-12most of the fixes for nullfs. use the new common layer stuff in genfs.Ted Unangst
2003-05-12new files to support layered file systems. to be used in a bit.Ted Unangst
2003-05-12s_strn{cpy,cat} are no longer used; remove them. also, kill NOTUSED.Jason Peel
2003-05-12Do vis()-cleaning when displaying the print queue.Paul Janzen
2003-05-12strstr() prototype shouldn't be here; kill NOTUSED and an extra newline;Jason Peel
2003-05-12merge in NetBSD diffs:Paul Janzen
2003-05-12feof() can only be used after you actually hit EOF so the checkTodd C. Miller