Age | Commit message (Expand) | Author |
2002-11-08 | Don't check IRQ assertion since this code was derived from FreeBSD | Grigoriy Orlov |
2002-11-08 | init buf to NULL just in case... | Henning Brauer |
2002-11-08 | I missed a 'return' statement. Also spotted by Aref Taidi. Thanks. | Hakan Olsson |
2002-11-08 | Time to cleanup: | Mike Pechkin |
2002-11-08 | Do not try to initialize entries in the fd table before the table | Marco S Hyman |
2002-11-08 | Use STDIN_FILENO and STDOUT_FILENO & ANSI prototypes; Chad Loder | Todd C. Miller |
2002-11-08 | Implement simple vnodeop inheritance for specfs and fifofs. | Artur Grabowski |
2002-11-08 | Don't uvm_useracc and then vslock. vslock is better at finding illegal mappings. | Artur Grabowski |
2002-11-08 | http redirect support; adapted from NetBSD. | Federico G. Schwindt |
2002-11-08 | Don't uvm_useracc the user sigcontext in sys_sigreturn and then access | Michael Shalayeff |
2002-11-08 | Don't uvm_useracc the user sigcontext in sys_sigreturn and then access | Miod Vallat |
2002-11-07 | Install /var/log/message 644 since the beginning and change back | Peter Valchev |
2002-11-07 | /var/log/messages is mode 640 not 644 by default; root@shopip.com | Peter Valchev |
2002-11-07 | mention onther windows nt flavours wrt using proper raw floppy writing utilit... | Michael Shalayeff |
2002-11-07 | check exit status from ssh, and exit(1) if ssh fails; bug#369; binder@arago.de | Markus Friedl |
2002-11-07 | Short-circuit evaluation can leave invalid pointers, closes PR2874. | Daniel Hartmeier |
2002-11-07 | Don't complain about missing man dirs unless in picky mode or if | Todd C. Miller |
2002-11-07 | we cannot use HostbasedAuthentication for enabling ssh-keysign(8), | Markus Friedl |
2002-11-07 | Check for non-existent group in groupdel just like userdel; Sebastian Stark | Todd C. Miller |
2002-11-07 | dev/isa/i82365_isasubr.c is needed for pcic at pci; from Bernard Gardner via ... | Michael Shalayeff |
2002-11-07 | Change some err/warn -> errx/warnx. Should maybe do the same for | Todd C. Miller |
2002-11-07 | mention restart issues with 3rd party modules | Henning Brauer |
2002-11-07 | Allow '$' in a username as long as it is the last character since | Todd C. Miller |
2002-11-07 | httpd(8), not (1)... | Henning Brauer |
2002-11-07 | Add ldap; Jedi/Sector One | Todd C. Miller |
2002-11-07 | Fix CIRCLEQ example; Hector A. Paterno | Todd C. Miller |
2002-11-07 | fix typo; Nick Nauwelaerts | Todd C. Miller |
2002-11-07 | pmap_[de]activate() are not nops; w/ art@'s help | Michael Shalayeff |
2002-11-07 | make pte flushing into a separate function, | Michael Shalayeff |
2002-11-07 | regen | Todd C. Miller |
2002-11-07 | Add Nortel E-mobility Wireless PCI adapter (Symbol rebadge). | Todd C. Miller |
2002-11-07 | regen | Michael Shalayeff |
2002-11-07 | more promise devices; from grange@ | Michael Shalayeff |
2002-11-07 | move the ifa_exists block a bit up in host() | Henning Brauer |
2002-11-07 | CIDR tests | Henning Brauer |
2002-11-07 | log to stderr if -ie is given, bug #414, prj@po.cwru.edu | Markus Friedl |
2002-11-07 | Sigh, sizes are in KB, not bytes, which made the cutoff size for | Todd C. Miller |
2002-11-07 | Check for invalid payload lengths also for NULL enc. markus@, angelos@ ok. | Hakan Olsson |
2002-11-07 | check (server == NULL) to not crash "altqstat -s -i lo0" | Kenjiro Cho |
2002-11-07 | Don't uvm_useracc the user sigcontext in sys_sigreturn and then access | Artur Grabowski |
2002-11-07 | Small simplification in sendsig. | Artur Grabowski |
2002-11-07 | Add needed table of strong functions that override weak functions | Marco S Hyman |
2002-11-07 | type func(...) -> type\nfunc(...) for function definitions | Marco S Hyman |
2002-11-07 | Treat 'bsd' like just another filename in THESETS, no more 'kernel' | Kenneth R Westerback |
2002-11-06 | More careful will alloc/free. Spotted by Aref Taidi. | Hakan Olsson |
2002-11-06 | - always initialize colormaps, even if the frame buffer is non console; this | Miod Vallat |
2002-11-06 | Move the weak definition from before the syscall's entry point to | Todd C. Miller |
2002-11-06 | no need for makeinfo --no-warn anymore; fgs removed offending parts in | Peter Valchev |
2002-11-06 | - make -u identical with "-o update". The same for -f,-r,-w. | Grigoriy Orlov |
2002-11-06 | maintain refcnt correctly, ok art@ | Niklas Hallqvist |