Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-05-24 | get_kerntext | Theo de Raadt | |
1996-05-24 | netbsd pr#2395 | Theo de Raadt | |
1996-05-24 | fix NOMAN another way, ie. sync | Theo de Raadt | |
1996-05-24 | print also the wrong mode number | Theo de Raadt | |
1996-05-24 | fix multi-arg bug | Theo de Raadt | |
1996-05-24 | use protos | Theo de Raadt | |
1996-05-24 | Decode unknown ioctl commands to _IO{R,W,}('c',x[,y]), instead of 0xabcdef00 | Theo de Raadt | |
1996-05-24 | need string.h | Theo de Raadt | |
1996-05-24 | do not print a non-existant mfc | Theo de Raadt | |
1996-05-24 | domainname -> domain, as a variable | Theo de Raadt | |
1996-05-24 | fix a typo | Theo de Raadt | |
1996-05-23 | parseopts() may be called with CVSROOT still in client form | Theo de Raadt | |
1996-05-23 | execve changes | Theo de Raadt | |
1996-05-23 | count pagein faults; netbsd pr#1397 | Theo de Raadt | |
1996-05-23 | quote type | Theo de Raadt | |
1996-05-23 | force securelevel to 0 | Theo de Raadt | |
1996-05-23 | sync | Theo de Raadt | |
1996-05-22 | Fix growstackblock() 'newlen' calculations: | Theo de Raadt | |
(1) it needs to be ALIGNed for both halves of the 'if,' and (2) if you're going to claim that you now have ALIGN(newlen) bytes left, you should have actually allocated ALIGN(newlen), rather than just 'newlen' bytes. | |||
1996-05-22 | add blocksize/density commands; part of #921; from rhialto@polder.ubc.kun.nl | Theo de Raadt | |
1996-05-22 | new tz | Theo de Raadt | |
1996-05-22 | sync | Theo de Raadt | |
1996-05-22 | sync to ragge | Theo de Raadt | |
1996-05-22 | need string.h | Theo de Raadt | |
1996-05-22 | headers | Theo de Raadt | |
1996-05-22 | add more error checking to greywolf patch | Theo de Raadt | |
1996-05-22 | slip or strip | Theo de Raadt | |
1996-05-22 | sync | Theo de Raadt | |
1996-05-22 | libutil | Theo de Raadt | |
1996-05-22 | amiga uses new libkvm | Theo de Raadt | |
1996-05-22 | scsi here, +/- few other things | Theo de Raadt | |
1996-05-22 | scsi attribute elsewhere | Theo de Raadt | |
1996-05-22 | compat aout loaders change | Theo de Raadt | |
1996-05-22 | the linked list argument | Theo de Raadt | |
1996-05-22 | make depend work | Theo de Raadt | |
1996-05-22 | fiddling | Theo de Raadt | |
1996-05-22 | latest locking changes from jtk | Theo de Raadt | |
1996-05-22 | ragge: The unexpected remove of active kstack does happen on vax also, | Theo de Raadt | |
not only on pc532. I've verivied that this "fix" work. | |||
1996-05-22 | sync | Theo de Raadt | |
1996-05-22 | obviously killing gcc warnings is more important than keeping this library small | Theo de Raadt | |
1996-05-22 | sync | Theo de Raadt | |
1996-05-22 | unload after last close | Theo de Raadt | |
1996-05-22 | add strip | Theo de Raadt | |
1996-05-22 | fix obscure problem involving ptrace of init | Theo de Raadt | |
1996-05-22 | + strip | Theo de Raadt | |
1996-05-22 | sync | Theo de Raadt | |
1996-05-22 | build all needed things automatically, no backups | Theo de Raadt | |
1996-05-22 | When sending an ARP request, use the interface address for the route, rather | Theo de Raadt | |
than the first address assigned. This gives slightly different behaviour in the presence of aliases. From Bill Fenner, via Pete Bentley. | |||
1996-05-22 | sync | Theo de Raadt | |
1996-05-22 | Change VOP_UPDATE() semantics: | Theo de Raadt | |
* Make 2nd and 3rd args timespecs, not timevals. * Consistently pass a Boolean as the 4th arg (except in LFS). Also, fix ffs_update() and lfs_update() to actually change the nsec fields. | |||
1996-05-22 | Fix OGETUDATA for Solaris-2.3 (From Greg Hudson) | Theo de Raadt | |