Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-13 | Typo in comments: 'interuptable' => 'interruptible' | Heikki Korpela | |
millert@ ok | |||
2001-08-13 | grammar fix from Joshua Stein <jcs@rt.fm> | Peter Valchev | |
2001-08-13 | Document how to remove or rename a file that is a getopt(3) flag | Heikki Korpela | |
to mv(1) or rm(1) by preceding it with --. From ho@: Also give a sample of the ./-f way that is more portable ok millert@, ho@ | |||
2001-08-13 | Blowfish salt for dummy crypt calls | Camiel Dobbelaar | |
2001-08-13 | Tags | Camiel Dobbelaar | |
2001-08-13 | Solar Designer's popa3d POP3 daemon, version 0.4.9.1 | Camiel Dobbelaar | |
Changes so far: - removed auth_pam.c - removed auth_shadow.c - add BSD makefile - remove md5, in favour of libc md5 - params.h: AUTH_PASSWD and MAIL_SPOOL_PATH | |||
2001-08-13 | Solar Designer's popa3d POP3 daemon, version 0.4.9.1 | Camiel Dobbelaar | |
Changes so far: - removed auth_pam.c - removed auth_shadow.c - add BSD makefile - remove md5, in favour of libc md5 - params.h: AUTH_PASSWD and MAIL_SPOOL_PATH | |||
2001-08-13 | Solar Designer's popa3d POP3 daemon, version 0.4.9.1 | Camiel Dobbelaar | |
Changes so far: - removed auth_pam.c - removed auth_shadow.c - add BSD makefile - remove md5, in favour of libc md5 - params.h: AUTH_PASSWD and MAIL_SPOOL_PATH | |||
2001-08-13 | Fix a bug with the %e flag introduced in a -Wall pass. The original | Todd C. Miller | |
code was in error but due to C precedence rules it didn't cause a problem. | |||
2001-08-13 | - Note that unpromoted types should not be passed to va_arg | Heikki Korpela | |
(see http://gcc.gnu.org/ml/gcc-patches/1999-09/msg00221.html) - Remove unused *p variable from example - Add a float example (mainly to point out that people shouldn't use float because it's promoted to double) ok millert@ | |||
2001-08-13 | Explicitly NUL terminate dst in strvis() and strvisx() in case | Todd C. Miller | |
we are passes an empty string. vis() and strnvis() were already OK. Based on patch by wilfried@openbsd.org | |||
2001-08-13 | Declare globals made extern in sys/sem.h; naddy@ | Todd C. Miller | |
2001-08-13 | Don't reference seminfo.semmap as it no longer exists. | Todd C. Miller | |
2001-08-13 | use getifaddrs(3) rather than SIOCGIFCONF. in fact, if_map() does not do | Jun-ichiro itojun Hagino | |
the right thing on certain set of interface addresses. SIOCGIFCONF is the worst possible ioctl API... | |||
2001-08-13 | need to use IPV6_IPSEC_POLICY for IPv6 bypass policy setting. from the | Jun-ichiro itojun Hagino | |
country of humppa. | |||
2001-08-13 | Wall cleanup | Peter Valchev | |
2001-08-13 | SYSPTSIZE is orhpaned, so g/c the poor define. | Miod Vallat | |
2001-08-13 | ecacheon(), ecacheoff() good bye. | Miod Vallat | |
2001-08-12 | seminfo.semmap and SEMMAP are not used; kill them | Todd C. Miller | |
Solaris doesn't have these either... | |||
2001-08-12 | Actually, I was there only to remove an nappropriate hp300 | Miod Vallat | |
comment. But I couldn't go without removing some unused sutff as well. | |||
2001-08-12 | I was expecting our documentation guys to correct this, especially | Miod Vallat | |
the finn, but people there go to sleep way too early. Remove description of some no-more-existent options. | |||
2001-08-12 | Oh, and STACKCHECK also is a 4.4BSDism. | Miod Vallat | |
2001-08-12 | buffer_map is not used. | Miod Vallat | |
2001-08-12 | Whoops | Paul Janzen | |
2001-08-12 | BUFFERS_UNMANAGED my ass, probably more outdated or obsolete things | Miod Vallat | |
to change. Volunteers? | |||
2001-08-12 | BUFFERS_UNMANAGED est une grosse fumisterie. | Miod Vallat | |
[BUFFERS_UNMANAGED is a big hoax] | |||
2001-08-12 | Don't allocate globals in include files, use extern declarations. | Todd C. Miller | |
Move the actual variables into their respective .c files. As a bonus, remove semmap which is not used. | |||
2001-08-12 | merge vm_map.h into uvm_map.h, kinda matches netbsd's approach | Michael Shalayeff | |
2001-08-12 | Get rid of extraneous #includes by using stub struct declarations. | Todd C. Miller | |
2001-08-12 | less includes | Michael Shalayeff | |
2001-08-12 | some KNF | Todd C. Miller | |
2001-08-12 | uvm_extern.h is enough here | Michael Shalayeff | |
2001-08-12 | vm_pager.h no more | Michael Shalayeff | |
2001-08-12 | Actually, I'm not fond of include files including <uvm/uvm_extern.h>, | Miod Vallat | |
especially when this is in fact, not necessary. | |||
2001-08-12 | this does not seem to require none of the vm headers even and compiles ok | Michael Shalayeff | |
2001-08-12 | vm_inherit.h no more | Michael Shalayeff | |
2001-08-12 | ok, this is the last vm_prot.h slackup | Michael Shalayeff | |
2001-08-12 | absolutely no need to include vm_parm.h after vm.h | Michael Shalayeff | |
2001-08-12 | wsmux does not need to be cdev_decl'ed here | Michael Shalayeff | |
2001-08-12 | vm_extern.h no more | Michael Shalayeff | |
2001-08-12 | Adapt to <vm/vm_prot.h> removal. | Miod Vallat | |
2001-08-12 | remove some of the redundant vm includes | Michael Shalayeff | |
2001-08-12 | no need to include both vm.h and vm_extern.h | Michael Shalayeff | |
2001-08-12 | KUSER_AREA, BTOPUSRSTACK, P1PAGES are never used, so get rid of them. | Miod Vallat | |
2001-08-12 | remove redundant vm includes | Michael Shalayeff | |
2001-08-12 | g/c unused fields. | Miod Vallat | |
2001-08-12 | remove redundant vm includes | Michael Shalayeff | |
2001-08-12 | make get_input_line more general (only affects wizard mode) | Paul Janzen | |
make special attacks a bit less likely in wizard mode remove declarations of a few nonexistant functions | |||
2001-08-12 | SEMMNS *can* be greater than SEMMNI. (sheesh..) | Heikki Korpela | |
I must have been seriously missing coffee when I wrote that. No-one ever approved this either, I messed up patches. millert@ ok backing this out | |||
2001-08-12 | g/c old, unused, constants. | Miod Vallat | |