Age | Commit message (Expand) | Author |
2019-02-26 | crank to 6.5-beta | Theo de Raadt |
2019-01-22 | flense more trailing whitespace | Peter Hessler |
2019-01-22 | remove trailing whitespace in the Laptop Package part of the license text. | Peter Hessler |
2019-01-02 | markup boot prompt commands using Ic, not Nm; ok jmc@ | anton |
2018-09-22 | Enable USB bwfm(4) on macppc RAMDISK as well, matching GENERIC. | Stefan Sperling |
2018-09-21 | Enable bwfm(4) in GENERIC on macppc. | Stefan Sperling |
2018-08-22 | Enable uscom(4) where uslcom(4) is already present. | Martin Pieuchot |
2018-08-10 | crank to 6.4-beta | Theo de Raadt |
2018-07-10 | Move from sendsig() to its callers the initsiginfo() calls and | Philip Guenther |
2018-04-12 | Implement MAP_STACK option for mmap(). Synchronous faults (pagefault and | Theo de Raadt |
2018-02-28 | move to 6.3-beta | Theo de Raadt |
2018-02-19 | Remove almost unused `flags' argument of suser(). | Martin Pieuchot |
2018-02-14 | prune files.* entries that refer to files not in tree | Jonathan Gray |
2018-02-09 | Check for the existence of /bsd before trying to back it up to /obsd. | Theo Buehler |
2018-01-27 | Sync the nam2blk entries with the bdevsw table, which is the | Christian Weisgerber |
2018-01-22 | <machine/mutex.h> -> <sys/mutex.h> | Martin Pieuchot |
2018-01-22 | Always grab the KERNEL_LOCK() for !IPL_MPSAFE handlers. | Martin Pieuchot |
2017-12-30 | Delete unnecessary <sys/file.h> includes | Philip Guenther |
2017-12-14 | fcntl(F_SETFL) invokes the FIONBIO and FIOASYNC ioctls internally, so | Philip Guenther |
2017-12-11 | In uvm Chuck decided backing store would not be allocated proactively | Theo de Raadt |
2017-11-27 | Enable ne(4) at pcmcia. | Martin Pieuchot |
2017-11-04 | Since rev 1.502 of rc(8) it creates a /bsd.booted hard link. At the | Florian Obser |
2017-10-23 | remove mention of unused MACOBIOVERBOSE and NBUF options | Jonathan Gray |
2017-10-11 | input files should not be .o; from Scott Cheloha | Theo de Raadt |
2017-09-28 | When option DDB_STRUCTINFO was removed from the kernel, too much from | Patrick Wildt |
2017-09-12 | Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similar | Martin Pieuchot |
2017-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |
2017-08-28 | swap ualea for urng | Jasper Lievisse Adriaanse |
2017-08-20 | crank to 6.2-beta | Theo de Raadt |
2017-08-12 | Use ctfstrip(1) by default to strip kernels. | Martin Pieuchot |
2017-07-22 | Initialize the brightness to a valid value if found. | anton |
2017-07-18 | Stop automatically regenerating gap.o (and hence linking a new kernel) | Theo Buehler |
2017-07-16 | Pass the linker from make environment to makegap.sh. This is (only) | Visa Hankala |
2017-06-29 | put SYSTEM_SWAP_DEP out of its misery, it died in 1997, along with config.old | Marc Espie |
2017-06-27 | the illegal instruction is 0x00000000 | Theo de Raadt |
2017-06-25 | dull dependency for copying makegap.sh to obj, so that installs | Theo de Raadt |
2017-06-22 | Generate a gap.link script, and use that to generate gap.o. On multi-ABI | Theo de Raadt |
2017-06-22 | Fix the remaining ';;'s in sys/ | Tom Cosgrove |
2017-06-13 | Split early startup code out of locore.S into locore0.S. Adjust link | Theo de Raadt |
2017-06-13 | add a dummy ld.script. macppc does not use one of these yet, but | Theo de Raadt |
2017-06-13 | Prepare install_extint() for the vector being relative-negative (ie | Theo de Raadt |
2017-06-11 | make vers.o not depend on gap.o using a trick, because it is piece of | Theo de Raadt |
2017-06-11 | Use umask 077 instead of cp -p when installing the kernel as root. | Alexander Bluhm |
2017-06-03 | Create gap.S and gap.o with umask 077. Create lorder and bsd* with umask 007. | Theo de Raadt |
2017-05-08 | add a BUS_DMA_64BIT flag to bus_dma on all our archs. | David Gwynne |
2017-04-30 | Rename Debugger() into db_enter(). | Martin Pieuchot |
2017-03-15 | Fix building profiling kernels by passing the -p flag to config(8) | Theo Buehler |
2017-03-08 | Do not clear IFF_UP, even in the error path, clearing IFF_RUNNING | Martin Pieuchot |
2017-03-04 | crank to 6.1-beta | Theo de Raadt |
2017-02-28 | Switch geteblks()'s size argument from int to size_t. It's called with | Martin Natano |