Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-12-10 | Add UI option 'R' to trigger isakmpd reinit (same as SIGHUP). | Hakan Olsson | |
2001-12-10 | ESP and AH are now enabled. -permit == -bypass. Regroup 'flow' modifiers a bit. | Hakan Olsson | |
2001-12-10 | ESP and AH now enabled by default. Mention IPv6 forwarding. Various typo fixes. | Hakan Olsson | |
2001-12-10 | Remove LFS crud. | Artur Grabowski | |
2001-12-10 | Update comment | Artur Grabowski | |
2001-12-10 | Merge in struct uvm_vnode into struct vnode. | Artur Grabowski | |
2001-12-10 | Define MCLBYTES from MCLSHIFT, rather than providing the final value. | Miod Vallat | |
(sync with other arches) | |||
2001-12-10 | Not needed/used anymore. | Miod Vallat | |
2001-12-10 | No need to include <sys/dmap.h> and define related variables. | Miod Vallat | |
2001-12-10 | bogus __dead | Theo de Raadt | |
2001-12-09 | i like it this way better | Michael Shalayeff | |
2001-12-09 | add auth2_challenge_stop(), simplifies cleanup of kbd-int sessions, | Markus Friedl | |
fixes memleak. | |||
2001-12-09 | Fix an incorrect example, reported by Gaël Queri <gqueri@mail.dotcom.fr> | Miod Vallat | |
2001-12-09 | Do not use stdio functions after a successfull call to daemon(), use | Miod Vallat | |
syslog() instead. ok millert@ | |||
2001-12-09 | Do not use stdio functions after a successfull call to daemon(), use | Miod Vallat | |
syslog() instead. Also, be sure to unlink the pid file and to restore screen when exiting from outside a signal handler. ok millert@ | |||
2001-12-09 | *** empty log message *** | Miod Vallat | |
2001-12-09 | Use queue.h TAILQ macros instead of accessing members directly. | Jason Wright | |
(And convert a few loops to TAILQ_FOREACH). | |||
2001-12-09 | Don't access the tq members directly, use the queue.h macros. Also, | Jason Wright | |
convert several of the loops to TAILQ_FOREACH. | |||
2001-12-09 | document MODGNU_CONFIG_GUESS_DIRS here, ok espie | Peter Valchev | |
2001-12-09 | Even more ansification. | Artur Grabowski | |
2001-12-09 | Random ansification. | Artur Grabowski | |
(Does it show that I'm doing a binary search for a bug in a bigger diff?) | |||
2001-12-09 | un-__P | Artur Grabowski | |
2001-12-09 | Explicitly unmap and free the pages in pgt_page_free. | Artur Grabowski | |
2001-12-09 | remove pvalloc and pvfree, use the raw pool_get and pool_put. | Artur Grabowski | |
Make pv allocation non-waiting. sneak in some ansification. | |||
2001-12-09 | Real pmap_k*. The sun4/sun4c functions are from NetBSD. | Artur Grabowski | |
2001-12-09 | splbio?!? Where did that come from? | Artur Grabowski | |
2001-12-09 | Consider PROTO_IPV6 as compressible by CCP. | brian | |
2001-12-09 | - change flush_atc_entry() prototype, the third argument is indeed a boolean_t, | Miod Vallat | |
and update callers. - move the kernel_pmap case out of pmap_expand(), and explicitely handle this in pmap_enter(). This saves an unlock/lock cycle in pmap_enter(). - put more diagnostic code in #ifdef DIAGNOSTIC/#endif pairs. - fix a few style issues and correct a few comments. | |||
2001-12-08 | Don't unlink() the same thing twice, ok millert@ | Miod Vallat | |
2001-12-08 | Fix compilation error when building a raid enabled kernel. | Thierry Deval | |
OK deraadt@ | |||
2001-12-08 | Better pmap_kenter_pa() and pmap_kremove() implementation. | Miod Vallat | |
2001-12-08 | when strerror() has an Unknown error, also set EINVAL | Theo de Raadt | |
2001-12-08 | Use PMAP_MANAGED() macro everywhere instead of hand-expanding it. | Miod Vallat | |
2001-12-08 | m68k_trunc_page -> trunc_page | Miod Vallat | |
2001-12-08 | mflags and len were uninitialized in bridge_broadcast (source of some | Jason Wright | |
accounting errors me thinks). | |||
2001-12-08 | Be 9600-bauds friendly and panic() on unexpected issues, rather than printf() | Miod Vallat | |
in loop. | |||
2001-12-08 | use only one path to X11 UNIX domain socket vs. an array of paths | Kevin Steves | |
to try. report from djast@cs.toronto.edu. ok markus@ | |||
2001-12-08 | db_console is declared in <ddb/db_var.h>. Fix a typo while there, too. | Miod Vallat | |
2001-12-08 | Update hardware list, fix a few typos as well. | Miod Vallat | |
2001-12-08 | sync with freebsd. | Federico G. Schwindt | |
2001-12-08 | Do not compile the pnp attachments unless they're requested; deraadt@ ok | Federico G. Schwindt | |
2001-12-08 | Partially sync with FreeBSD; mostly pthread_cancel(3) related changes. | Federico G. Schwindt | |
make includes is needed in case you want to play. | |||
2001-12-08 | style: Use queue.h macro's for list traversal, convert several (&thing)->foo | Jason Wright | |
to thing.foo under the principal less puncuation is easier to read. | |||
2001-12-08 | Go ahead and fix the xircom filter setup to work on big endian too ↵ | Jason Wright | |
(untested, but it's pretty similiar to the tested 21143 case). | |||
2001-12-08 | use htole32() on the data going into the setup frame for the ↵ | Jason Wright | |
dc_setfilt_21143() case at least. XXX I'm looking at the other filter setups and they appear to need work for BE too. | |||
2001-12-08 | save the pid as well, and only do the atexit in the same pid | Theo de Raadt | |
2001-12-08 | Sprinkle pmap_update calls where relevant and some other | Artur Grabowski | |
misc pmap usage fixes. | |||
2001-12-07 | Add ERRORS and STANDARDS sections | Todd C. Miller | |
2001-12-07 | o Turn off ECHONL in addition to ECHO | Todd C. Miller | |
o Return NULL of read(2) returns -1 o Add ERRORS and STANDARDS sections | |||
2001-12-07 | From XPG4.2: read(2) can return EIO if the process is a member of | Todd C. Miller | |
a background process attempting to read from its controlling terminal, the process is ignoring or blocking the SIGTTIN signal or the process group is orphaned. Verified against reality... |