Age | Commit message (Expand) | Author |
2005-11-01 | remove Mach macros, they were unused anyway | Martin Reindl |
2005-11-01 | wsmoused works on amd64 too; carvalholatas@gmail.com | Theo de Raadt |
2005-11-01 | a bit of rewording; with input from jmc@. | Federico G. Schwindt |
2005-11-01 | - `-p' option has been implemented for a while, but not documented fully in | Niall O'Higgins |
2005-11-01 | Relative metrics should be stored in relative and not metric. The one | Claudio Jeker |
2005-11-01 | Make sure, that the list of filter_sets is ordered. Makes comparing easier. | Claudio Jeker |
2005-11-01 | Add -P option. This shows the pkgpath for each package. Nice for building | Bernd Ahlers |
2005-11-01 | Softreconfig out support. On config reload filter changes of outgoing rules | Claudio Jeker |
2005-11-01 | Major cleanup in rde_update.c. Merge equal code used in different places | Claudio Jeker |
2005-11-01 | In uvm_swapout(), protect "p->p_swtime = 0;" with SCHED_LOCK() as is already | Aaron Campbell |
2005-11-01 | document show-required-by | Marc Espie |
2005-11-01 | Switch from the per peer filter set list to a filter-only solution. | Claudio Jeker |
2005-11-01 | clarify the section on trunk protocols; | Jason McIntyre |
2005-11-01 | Xr smg(4) in SEE ALSO; | Jason McIntyre |
2005-11-01 | missing freeaddrinfo(); maticd@gmail.com | Theo de Raadt |
2005-11-01 | these other drivers have nothing to do with vgafb | Theo de Raadt |
2005-11-01 | lcd contains multiple screen support too; noted by sthen@spacehopper.org | Theo de Raadt |
2005-11-01 | sync | Theo de Raadt |
2005-11-01 | vgafb needs to be MI; noted by sthen@spacehopper.org | Theo de Raadt |
2005-11-01 | Always sure that we have memory for the 'dst' scrub information, which may | Christopher Pascoe |
2005-11-01 | spacing | Theo de Raadt |
2005-11-01 | Remove the call to ieee80211_ifattach() for the moment as it | Jonathan Gray |
2005-10-31 | - some DEBUG should be GEM_DEBUG | Brad Smith |
2005-10-31 | - remove MLINKS line, was commented out and is useless anyway. | Niall O'Higgins |
2005-10-31 | - Prefix MUTEX_TYPE_MAX with PTHREAD_ to avoid namespace pollution. | Brad Smith |
2005-10-31 | Fix reading large files; from NetBSD. Somehow this was overlooked | Otto Moerbeek |
2005-10-31 | add copyright from the original FreeBSD man page. | Brad Smith |
2005-10-31 | grammar; | Jason McIntyre |
2005-10-31 | keep the hardware list in order; | Jason McIntyre |
2005-10-31 | clean up the COMPILING A KERNEL section: | Jason McIntyre |
2005-10-31 | jsg forgot to specify that wi(4) now needs wlan option; ok miod | Theo de Raadt |
2005-10-31 | ammount -> amount | Miod Vallat |
2005-10-31 | typo | Brad Smith |
2005-10-31 | Missing space in printf for unknown peers. | Claudio Jeker |
2005-10-31 | Print group names in rules in double quotes. Makes the output more parsable. | Claudio Jeker |
2005-10-31 | mention i82559S | Brad Smith |
2005-10-31 | sync | Theo de Raadt |
2005-10-31 | make sure we clean up wtmp, etc. file when we receive a SIGTERM, | Damien Miller |
2005-10-31 | generate a protocol 2 RSA key by default | Damien Miller |
2005-10-31 | Rewrite -m processing to not use queue internals and make it more | Otto Moerbeek |
2005-10-31 | add bits for watchdogd startup, PR4540 Michael Knudsen <e@molioner.dk> | Henning Brauer |
2005-10-31 | aperture applies to amd64 as well. | Federico G. Schwindt |
2005-10-31 | Fix sorting with "ls -1" command. From Robert Tsai, "looks right" deraadt@ | Darren Tucker |
2005-10-31 | print something useful about mainbus, system model as reported by Openfirmware. | Dale Rahn |
2005-10-31 | regen | Jonathan Gray |
2005-10-31 | A few more nvidia video cards, mostly from submitted dmesgs. | Jonathan Gray |
2005-10-31 | Move from arpcom to ieee80211com in wi softc. This will be | Jonathan Gray |
2005-10-31 | show the speed status in hw.cpuspeed; ok drahn | Theo de Raadt |
2005-10-31 | On suspend/resume save the current time to the RTC earlier and restore it later | Dale Rahn |
2005-10-31 | and panic if fork(2) fails. | Federico G. Schwindt |