Age | Commit message (Expand) | Author |
2003-05-13 | nuke curproc common (yes this will need revisiting in smp land, but what | Jason Wright |
2003-05-13 | Sync valid username check w/ user(1). Patch from Brian Poole, | Todd C. Miller |
2003-05-13 | Don't allow usernames to begin with a dash since pwd_mkdb(8) | Todd C. Miller |
2003-05-13 | nuke common: ifnet_addrs | Jason Wright |
2003-05-13 | Don't report devices with incomplete implementations as OFFLINE. | Kenneth R Westerback |
2003-05-12 | update for mount args change | Ted Unangst |
2003-05-12 | update for mount args changes | Ted Unangst |
2003-05-12 | mapdata -> umapdata like it was before | Ted Unangst |
2003-05-12 | ansify 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 the | Mike Frantzen |
2003-05-12 | Quoting Theo: Do not approve diffs when you're hungover. | Artur Grabowski |
2003-05-12 | use snprintf. ok mickey | Ted Unangst |
2003-05-12 | sync | Henning Brauer |
2003-05-12 | fix oversight in the CNET CNF301 record | Henning Brauer |
2003-05-12 | Add comment about special (non-index) PFTM_* values. | Daniel Hartmeier |
2003-05-12 | Fix a bug where pkg_add would fail when dependencies got a few levels deep | Peter Valchev |
2003-05-12 | sprintf -> snprintf. ok krw@ deraadt@ | Ted Unangst |
2003-05-12 | Update with some data for NAT-T specific payload types, IKEv2 | Hakan Olsson |
2003-05-12 | fix up locking and some issues with union. derived from netbsd | Ted Unangst |
2003-05-12 | AES -> AES_128_CBC | Hakan Olsson |
2003-05-12 | Add two more encapsulation types (UDP encap, potential future NAT-T) | Hakan Olsson |
2003-05-12 | add s_strl{cat,cpy} prototypes; ok tedu@ | Jason Peel |
2003-05-12 | new files for layer fs if nullfs | umapfs | Ted Unangst |
2003-05-12 | {null,umap}_v* are now named after the file system option: | Ted Unangst |
2003-05-12 | replaced by layer_subr.c | Ted Unangst |
2003-05-12 | umapfs uses the new layer stuff now too. | Ted Unangst |
2003-05-12 | most of the fixes for nullfs. use the new common layer stuff in genfs. | Ted Unangst |
2003-05-12 | new files to support layered file systems. to be used in a bit. | Ted Unangst |
2003-05-12 | s_strn{cpy,cat} are no longer used; remove them. also, kill NOTUSED. | Jason Peel |
2003-05-12 | Do vis()-cleaning when displaying the print queue. | Paul Janzen |
2003-05-12 | strstr() prototype shouldn't be here; kill NOTUSED and an extra newline; | Jason Peel |
2003-05-12 | merge in NetBSD diffs: | Paul Janzen |
2003-05-12 | feof() can only be used after you actually hit EOF so the check | Todd C. Miller |
2003-05-12 | use new display types; ok miod | Jason Wright |
2003-05-12 | talk about show proc | Michael Shalayeff |
2003-05-12 | sho proc [addr] to print some proc's field; art@ ok | Michael Shalayeff |
2003-05-12 | use new display types | Jason Wright |
2003-05-12 | Sync to 0.6.2 | Camiel Dobbelaar |
2003-05-12 | More cleanup and fixes in url installs. | Kenneth R Westerback |
2003-05-12 | Initial work to bring this driver in par with other sparc frame buffers: | Miod Vallat |
2003-05-12 | strlcpy; tedu ok | Theo de Raadt |
2003-05-12 | typo: DSA keys are of type ssh-dss; Brian Poole | Markus Friedl |
2003-05-12 | Fix 'eval' statement in _url_base construction so that we use the | Kenneth R Westerback |
2003-05-12 | Reorder IPv6 address comparisons to check the least significant parts | Ryan Thomas McBride |
2003-05-12 | Correctness nit. Initialise state search trees properly. | Ryan Thomas McBride |
2003-05-12 | cut crap, use strdup instead of malloc + strlcpy, use err() | Henning Brauer |
2003-05-12 | extend copyright to 2003 | Henning Brauer |
2003-05-12 | no point in strncmp here; seen after question from | Henning Brauer |
2003-05-12 | explicit != NULL for pointer | Henning Brauer |
2003-05-12 | These files are not use by us, so they're removed to make the tree | Hans Insulander |